PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / addRow Method
The PDFFlowTableRow to add.
In This Topic
    addRow Method
    In This Topic
    Adds a row to the table.
    Syntax
    public void addRow( 
       PDFFlowTableRow row
    )

    Parameters

    row
    The PDFFlowTableRow to add.
    See Also